home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TDECRYPTFORM / TDECRYPTFORM.txt
Text File  |  2004-10-13  |  3KB  |  160 lines

  1. object Decryptform: TDecryptform
  2.   Left = 793
  3.   Top = 198
  4.   BorderStyle = bsDialog
  5.   Caption = 'Decrypt'
  6.   ClientHeight = 257
  7.   ClientWidth = 417
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Topbevel: TBevel
  20.     Left = 0
  21.     Top = 65
  22.     Width = 417
  23.     Height = 8
  24.     Align = alTop
  25.     Shape = bsTopLine
  26.   end
  27.   object Inputbrowsebutton: TSpeedButton
  28.     Left = 384
  29.     Top = 88
  30.     Width = 23
  31.     Height = 22
  32.     Hint = 'Browse.'
  33.     Caption = '...'
  34.     OnClick = InputbrowsebuttonClick
  35.   end
  36.   object Targetbrowsebutton: TSpeedButton
  37.     Left = 384
  38.     Top = 136
  39.     Width = 23
  40.     Height = 22
  41.     Hint = 'Browse.'
  42.     Caption = '...'
  43.     OnClick = TargetbrowsebuttonClick
  44.   end
  45.   object Bottombevel: TBevel
  46.     Left = 8
  47.     Top = 216
  48.     Width = 401
  49.     Height = 9
  50.     Shape = bsTopLine
  51.   end
  52.   object Toppanel: TPanel
  53.     Left = 0
  54.     Top = 0
  55.     Width = 417
  56.     Height = 65
  57.     Align = alTop
  58.     BevelOuter = bvNone
  59.     Color = clWhite
  60.     TabOrder = 0
  61.     object Captionlabel: TLabel
  62.       Left = 8
  63.       Top = 8
  64.       Width = 92
  65.       Height = 13
  66.       Caption = 'Decrypt Archive'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.     end
  74.     object Infolabel: TLabel
  75.       Left = 16
  76.       Top = 24
  77.       Width = 389
  78.       Height = 26
  79.       Caption = 
  80.         'Please enter the location of the file that you want to decrypt. ' +
  81.         'Specify a target folder and at last enter the password which is ' +
  82.         'required to decrypt the file correctly.'
  83.       WordWrap = True
  84.     end
  85.   end
  86.   object Inputedit: TLabeledEdit
  87.     Left = 8
  88.     Top = 88
  89.     Width = 369
  90.     Height = 21
  91.     EditLabel.Width = 69
  92.     EditLabel.Height = 13
  93.     EditLabel.Caption = 'File to decrypt:'
  94.     LabelPosition = lpAbove
  95.     LabelSpacing = 3
  96.     ReadOnly = True
  97.     TabOrder = 1
  98.   end
  99.   object Cancelbutton: TButton
  100.     Left = 336
  101.     Top = 224
  102.     Width = 75
  103.     Height = 25
  104.     Cancel = True
  105.     Caption = 'Cancel'
  106.     TabOrder = 2
  107.     OnClick = CancelbuttonClick
  108.   end
  109.   object Decryptbutton: TButton
  110.     Left = 256
  111.     Top = 224
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'Decrypt'
  115.     Default = True
  116.     TabOrder = 3
  117.     OnClick = DecryptbuttonClick
  118.   end
  119.   object Passedit: TLabeledEdit
  120.     Left = 8
  121.     Top = 184
  122.     Width = 369
  123.     Height = 21
  124.     EditLabel.Width = 49
  125.     EditLabel.Height = 13
  126.     EditLabel.Caption = 'Password:'
  127.     LabelPosition = lpAbove
  128.     LabelSpacing = 3
  129.     PasswordChar = '*'
  130.     TabOrder = 4
  131.   end
  132.   object Targetedit: TLabeledEdit
  133.     Left = 8
  134.     Top = 136
  135.     Width = 369
  136.     Height = 21
  137.     EditLabel.Width = 34
  138.     EditLabel.Height = 13
  139.     EditLabel.Caption = 'Target:'
  140.     LabelPosition = lpAbove
  141.     LabelSpacing = 3
  142.     ReadOnly = True
  143.     TabOrder = 5
  144.   end
  145.   object Helpbutton: TButton
  146.     Left = 8
  147.     Top = 224
  148.     Width = 75
  149.     Height = 25
  150.     Caption = 'Help'
  151.     TabOrder = 6
  152.     OnClick = HelpbuttonClick
  153.   end
  154.   object Opendialog: TOpenDialog
  155.     Filter = 'TUGZip Encrypted Files (*.tze)|*.tze'
  156.     Left = 8
  157.     Top = 8
  158.   end
  159. end
  160.